static gboolean
gsk_transform_is_identity (GskTransform *self);
+static GskTransform *
+gsk_transform_matrix_with_category (GskTransform *next,
+ const graphene_matrix_t*matrix,
+ GskTransformCategory category);
static inline gboolean
gsk_transform_has_class (GskTransform *self,
gsk_matrix_transform_equal,
};
-GskTransform *
+static GskTransform *
gsk_transform_matrix_with_category (GskTransform *next,
const graphene_matrix_t *matrix,
GskTransformCategory category)
#include "gsktransform.h"
-#include "gsk/gskrendernodeprivate.h"
-
#include <gtk/css/gtkcss.h>
#include "gtk/css/gtkcssparserprivate.h"
G_BEGIN_DECLS
-GskTransform * gsk_transform_matrix_with_category (GskTransform *next,
- const graphene_matrix_t*matrix,
- GskTransformCategory category);
gboolean gsk_transform_parser_parse (GtkCssParser *parser,
GskTransform **out_transform);